PDF4Java Reference Documentation
com.o2sol.pdf4java.content.analyzers Package / PDFPageContentAnalysis Class / analyzeDisplayImageXObjectOperator Method
The ID of the image in the Resources dictionary
The COS image object
The image painted by this operator
In This Topic
    analyzeDisplayImageXObjectOperator Method
    In This Topic
    Called when Do operator with image is found.
    The imageVisualObject parameter is set only when the property is set to true on the analyzer that processes this operator
    Syntax
    public void analyzeDisplayImageXObjectOperator( 
       PDFCosName cosImageID,
       PDFCosDictionary cosImage,
       PDFImageVisualObject imageVisualObject
    )

    Parameters

    cosImageID
    The ID of the image in the Resources dictionary
    cosImage
    The COS image object
    imageVisualObject
    The image painted by this operator
    See Also